econet: fix wrong board name for Zyxel PMG5617GA
authorCaleb James DeLisle <[email protected]>
Thu, 4 Dec 2025 19:13:23 +0000 (19:13 +0000)
committerRobert Marko <[email protected]>
Mon, 8 Dec 2025 16:30:27 +0000 (17:30 +0100)
Board name was specified incorrectly in the DT, fix.
This bug was introduced in #20580 (31f5fc8fea8931f5) which was
merged last week, and econet is still a mostly experimental target,
so it is considered unnecessary to update SUPPORTED_DEVICES.

Signed-off-by: Caleb James DeLisle <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/21023
Signed-off-by: Robert Marko <[email protected]>
target/linux/econet/base-files/sbin/en75_chboot
target/linux/econet/dts/en751221_zyxel_pmg5617ga.dts

index f5b5dafdcc9d4db12eab1944920b1c3060a4bbea..e6be66e5821da01097f25e0582e26b8e8fa0f883 100755 (executable)
@@ -129,7 +129,7 @@ main() {
         code_openwrt=30000000
         code_factory=31000000
         ;;
-    tplink,zyxel-pmg5617ga)
+    zyxel,pmg5617ga)
         # 00060fff
         part=$(part_named '"reservearea"')
         offset_blocks=3
index 12f9c61ef9876933278b6dc2f7db296f6d83d6df..b6a95801bec646b233df22d9da3152869cc71f7b 100644 (file)
@@ -5,7 +5,7 @@
 
 / {
        model = "Zyxel PMG5617GA";
-       compatible = "tplink,zyxel-pmg5617ga", "econet,en751221";
+       compatible = "zyxel,pmg5617ga", "econet,en751221";
 
        memory@0 {
                device_type = "memory";